home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1996 September / JCSM Shareware Collection (JCS Distribution) (September 1996).ISO / healthck / mcook191.zip / REGISTER.BAT < prev    next >
DOS Batch File  |  1995-08-06  |  426b  |  17 lines

  1. @echo off
  2. cls
  3. echo 
  4. echo 
  5. echo This will print the REGISTER.FRM file. This is the registration form you
  6. echo need to mail me if (when) you want to register MicroCook.
  7. echo You can also print this form from the Print Menu in MicroCook.
  8. echo 
  9. echo 
  10. echo Press any key to start printing, or CTRL-C to Cancel.
  11. pause>nul
  12. echo Printing REGISTER.FRM . . . . .
  13. copy register.frm prn >nul 
  14. echo 
  15. echo DONE!
  16. echo 
  17.